[Castle-DynamicProxy] What really interceptors do with my c# class?
        Posted  
        
            by Pandiya Chendur
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pandiya Chendur
        
        
        
        Published on 2010-04-07T13:31:23Z
        Indexed on 
            2010/04/07
            17:43 UTC
        
        
        Read the original article
        Hit count: 217
        
I was asked to implement castle dynamic proxy in my asp.net web application and i was going through couple of articles which i got from Castle Project and Code Project about castle dynamic proxy in asp.net web application....
Both articles delt with creating interceptors but i can't get the idea why interceptors are used with classes.... Why should i intercept my class which is behaving properly?
© Stack Overflow or respective owner